home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplineformula.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  465b  |  15 lines

  1. #ifndef _Osplineformula_H_
  2. #define _Osplineformula_H_
  3.  
  4. enum
  5. {
  6.     PRIM_FORMULA_X                        = 2100,    // STRING - X component
  7.     PRIM_FORMULA_Y                        = 2101,    // STRING - Y component
  8.     PRIM_FORMULA_Z                        = 2102,    // STRING - Z component
  9.     PRIM_FORMULA_TMIN                    = 2103,    // REAL - Start Value
  10.     PRIM_FORMULA_TMAX                    = 2104,    // REAL - End Value
  11.     PRIM_FORMULA_SAMPLES            = 2105,    // LONG - Samples [>=2]
  12.     PRIM_FORMULA_CUBIC                = 2106    // BOOL - Cubic Extrapolation
  13. };
  14.  
  15. #endif